home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / CIIGSIncludes / SetJmp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-01  |  148 b   |  12 lines  |  [TEXT/MPS ]

  1. /*
  2.  * SetJmp.h
  3.  *
  4.  * Copyright 1986, Apple Computer
  5.  * All rights reserved.
  6.  */
  7.  
  8. typedef long jmp_buf[2];         
  9.  
  10. int  setjmp();
  11. void longjmp();
  12.